home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / amiga / cyberavi15.readme < prev    next >
Text File  |  1996-10-04  |  2KB  |  62 lines

  1. Short:    AVI animation player for CyberGraphX/AGA and 68020+
  2. Author:   tboeckel@uni-paderborn.de (Thore Boeckelmann)
  3. Uploader: tboeckel@uni-paderborn.de (Thore Boeckelmann)
  4. Type:     gfx/show
  5. Replaces: gfx/show/CyberAVI14.lha
  6.  
  7.     CyberAVI is a fast AVI animation player for 020+ machines with AmigaOS 3.0
  8.     or higher and a graphic board with CyberGraphX or AGA.
  9.  
  10.  minimum hardware requirements:
  11.    -Amiga with AmigaOS 3.0 (V39)
  12.    -MC68020
  13.    -graphic board (eg. CyberVision64, Picasso II, Retina, etc) or AGA chipset
  14.    -2MB of FastRAM, 512K of ChipRAM
  15.  
  16.  
  17.  software requirements
  18.    -CyberGraphX 2.16 or higher if used with a graphic board
  19.    -asyncio.library V37 (included)
  20.    -SetPatch 43.4 or higher if used with AGA (included)
  21.  
  22.  recommended hardware requirements:
  23.    -Amiga with AmigaOS 3.1 (V40)
  24.    -MC68040 25MHz
  25.    -graphic board with CyberGraphX
  26.  
  27.  
  28.  Supported encodings until now:
  29.  
  30.      Microsoft Video 1  (CRAM)        8/16 bit video
  31.      Radius CinePak     (CVID)          24 bit video
  32.      Microsoft RGB      (RGB)   8/16/24/32 bit video
  33.      Microsoft RLE8     (RLE8)           8 bit video
  34.      IBM Ultimotion     (ULTI)          16 bit video
  35.  
  36.      PCM                                 8 bit audio Mono/Stereo
  37.  
  38.  
  39.  CyberAVI is Copyright (c)1996 by Thore Boeckelmann.
  40.  
  41.  
  42.  Changes since V1.4:
  43.     - added AGA support, but be warned: it is awfully slow!
  44.     - added option AGA to force use of color reduction routines used for AGA
  45.       chipset
  46.     - CyberAVI now doesn't depend on audio.device anymore, so it should also
  47.       run on Amiga's without audio hardware (e.g. DraCo)
  48.     - mouse pointer is now invisible during playback
  49.     - functions keys can now be used to adjust playback speed
  50.     - several bug fixes
  51.     - completely rewrote synchronization part
  52.     - added STATS option
  53.     - removed subtask for audio decoding
  54.     - when playing animations with palette changes in loop mode the original
  55.       palette was not restored. This fixed now.
  56.     - added support for PCM 16 bit mono samples
  57.     - fixed a bad bug with PCM 8 bit stereo samples. These were played at half
  58.       speed before.
  59.     - all truecolor decoders have been splitted in a CyberGraphX part and an
  60.       AGA part. This may improve speed a bit.
  61.     - a colormap is allocated if needed only
  62.